DevJourney

Python/VIT/sem-1/ex-17/1. List Analysis Module

List Analysis Module

Create a python module which has functions to perform the following

a. Count the total elements in a list
b. Count the total integers, float and string elements in the list
c. Extract only the unique elements from the list
d. Extract only the duplicate elements from the list

Import the created module in the python main file and demonstrate its working

Contents:

View on GitHub